x86/psr: fix coding style issue
authorYi Sun <yi.y.sun@linux.intel.com>
Wed, 16 Aug 2017 09:03:29 +0000 (11:03 +0200)
committerJan Beulich <jbeulich@suse.com>
Wed, 16 Aug 2017 09:03:29 +0000 (11:03 +0200)
commit4befb4ed85cf5f6784f8c0aaf1d2dba1dbd26ac0
tree6090227e3881dd53421eb8e86df661a89322e514
parentc98e9ec647df00a5726e00c93bd69a4d5a2d88e7
x86/psr: fix coding style issue

In psr.c, we defined some macros but the coding style is not good.
Use '(1u << X)' to replace '(1<<X)'.

Signed-off-by: Yi Sun <yi.y.sun@linux.intel.com>
xen/arch/x86/psr.c